ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Waterfall<T> Class / TotalLabel Property






In This Topic
    TotalLabel Property (Waterfall<T>)
    In This Topic
    Gets or sets the label of the total bar.
    Syntax
    'Declaration
     
    
    Public Property TotalLabel As System.String
    'Usage
     
    
    Dim instance As Waterfall(Of T)
    Dim value As System.String
     
    instance.TotalLabel = value
     
    value = instance.TotalLabel
    public System.string TotalLabel {get; set;}
    public read-write property TotalLabel: System.String; 
    public function get,set TotalLabel : System.String
    public: __property System.string* get_TotalLabel();
    public: __property void set_TotalLabel( 
       System.string* value
    );
    public:
    property System.String^ TotalLabel {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also